From: Chong Yidong Date: Sat, 9 Dec 2006 17:41:44 +0000 (+0000) Subject: * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31602 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b13f75a9216ca785ade0f1b965e1d69d6c8ab7b1;p=emacs.git * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type. * man.el (Man-xref-button-action): New function. If the `Man-target-string' button property is a function, assume it accepts a position argument. (Man-abstract-xref-man-page): Use it. (Man-default-man-entry): New optional arg POS. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b39b5346a02..c89ed1f57ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2006-12-09 Chong Yidong + * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type. + + * man.el (Man-xref-button-action): New function. If the + `Man-target-string' button property is a function, assume it + accepts a position argument. + (Man-abstract-xref-man-page): Use it. + (Man-default-man-entry): New optional arg POS. + * wdired.el (wdired-preprocess-symlinks): Make the spaces after symlink arrows read-only and non-rear-sticky.